@charset "utf-8";

/* CSS 鼠标效果 */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}

body{ font-size: 15px; color: #555;  overflow-x: hidden; font-family:'Noto Sans SC',"Source Han Sans CN","PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 90px;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}

input,textarea,select,button{ outline:none; font-family:"Noto Sans SC","Source Han Sans CN","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999;}

:-ms-input-placeholder {color: #999;}



a { text-decoration: none; color:#888; transition: color 0.56s ease;}

a:hover{ color: #00aeff;}



.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}

.clearfix{zoom:1;}

.clear{ clear:both}

.overflow{overflow-y:hidden;}



.fl{float: left;}

.fr{float: right;}





img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}



.wrap{ width: 1200px; margin: 0 auto;}

.w900{ width: 900px; margin: 0 auto;}

.ovh{overflow: hidden;}





::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}

/*滑块样式*/

::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}

/*当前窗口失去焦点时的滑块样式*/

::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}





/*顶部*/

.header{ width: 100%; height:90px; background:#fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; }

.header .logo{ height: 90px; padding:12px 0; position: relative; float: left;}

.header .headRight{ float: right;}

.header .nav{ float: left;}

.header .nav>ul>li{ line-height: 90px; position: relative; margin-left: 55px; float: left;}

.header .nav>ul>li:before{ content: ""; width:0; height: 3px;background: #00aeff; position: absolute; left: 50%; bottom:0px; z-index: 1; transform: translate(-50%, 0); opacity: 0; transition: all .4s;}

.header .nav>ul>li>a{ font-size: 16px; color: #222; white-space: nowrap; display: block; position: relative; z-index: 11; transition: all .4s;}

.header .nav>ul>li:hover:before,.header .nav>ul>li.on::before{ width:100%; opacity: 1;}

.header .lang{ float: left; background: url(../images/icon02.png) no-repeat left center; padding-left: 34px; margin-left: 40px; margin-top: 32px; position: relative;}

.header .lang::before{ content: ""; width: 1px; height: 20px; background: #ddd; position: absolute; left: -15px; top: 3px;}

.header .lang a{ color: #333; line-height: 24px;}

.header .lang a:hover{ color: #00aeff;}

.menu-toggle{display: none;}



/*首页bannner*/

.banner { position: relative;}

.banner .swiper-container{ width:100%; overflow:hidden;}

.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}

.banner .swiper-container .swiper-slide a{  display: block; width:100%;}

.banner .swiper-container .swiper-slide img{width:100%;}

.banner .pagination {position: absolute;z-index: 20;bottom:40px;width: 100%;text-align: center;}

.banner .swiper-pagination-switch {display: inline-block; width:14px; height: 14px; background:#fff; margin: 0 6px; border-radius: 10px; cursor: pointer;}

.banner .swiper-active-switch { background: #00aeff; opacity: 1;}



.neiBanner{ height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}



.title{ text-align: center; background: url(../images/title_xian.png) no-repeat center bottom; padding-bottom: 20px; margin-bottom: 50px;}

.title h2{ font-size: 32px; font-weight: normal; color: #000;}

.title p{ font-size: 15px;}


.ipro{ padding: 70px 0 110px; background: url(../images/iproBg.jpg) no-repeat center; background-size: cover;}
.ipro .box ul{ margin:-16px -8px 0;}
.ipro .box ul li{ width: 25%; padding: 0 8px; margin-top: 16px;}
.ipro .box ul li a{ background: #fff; display: block; text-align: center; padding:15px;}
.ipro .box ul li dl{ padding-bottom: 100%;}
.ipro .box ul li h3{ font-size: 16px; font-weight: normal; margin-top: 10px;}


.products{ padding: 70px 0 110px; background: #f6f6f6;}

.products.ipro{ background: url(../images/iproBg.jpg) no-repeat center; background-size: cover;}

.products .leftNav{ width: 270px; padding: 15px; background: #00aeff;}

.products .leftNav dl{color: #fff; text-align: center; margin-bottom: 20px;}

.products .leftNav dl h3{ font-size: 21px; font-weight: normal;}

.products .leftNav dl p{ font-size: 15px; }

.products .leftNav>ul{ padding: 10px 0; background: #fff;  border-radius: 5px;}

.products .leftNav>ul>li>a{ background: url(../images/icon12.png) no-repeat right 30px center; line-height: 60px; padding: 0 40px 0 25px; display: block;}

.products .leftNav>ul>li>a:hover,.products .leftNav ul>li.on>a{ color: #00aeff; background:#e1e1e1 url(../images/icon12.png) no-repeat right 30px center;}

.products .leftNav>ul>li>.subnav{ background: #eee; padding: 10px 0; border-top: 1px solid #eee; display: none;}

.products .leftNav>ul>li>.subnav>ul>li>a{ padding: 0 25px; line-height: 1.8; display: block;}

.products .rightBox{ width: calc(100% - 290px);}

.products .rightBox .box ul{ margin:-16px -8px 0;}

.products .rightBox .box ul li{ width: 33.33%; padding: 0 8px; margin-top: 16px;}

.products .rightBox .box ul li a{ background: #fff; display: block; text-align: center; padding:15px;}

.products .rightBox .box ul li dl{ padding-bottom: 90%;}

.products .rightBox .box ul li h3{ font-size: 16px; font-weight: normal; margin-top: 10px;}



.products.nei{ padding: 50px 0 80px;}

.products.nei .leftNav{ align-self: start;}

.products.nei .rightBox .box{ padding-bottom: 30px;}



.proview{ padding: 30px; background: #fff;}

.proview .prohead{ margin-bottom: 30px;}

.proview .prohead .pic{ width: 375px;}

.proview .prohead .con{ width: calc(100% - 430px);}

.proview .prohead .con h1{ font-size: 28px; color: #000; font-weight: normal; line-height: 1.2; padding-bottom: 25px; margin-bottom: 20px; border-bottom: #ccc solid 1px; position: relative;}

.proview .prohead .con h1::before{ content: ""; width: 110px; height: 3px; background: #00aeff; position: absolute; left: 0; bottom: 0;}

.proview .prohead .con .text{ line-height: 30px;}

.proview .prohead .con .text dl{font-size: 18px; color: #000;}

.proview .prohead .con .btn{ width: 120px; height: 50px; line-height: 46px; text-align: center; color: #00aeff; border: #00aeff solid 1px; border-radius: 6px; display: block; margin-top: 35px;}

.proview .prohead .con .btn:hover{background: #00aeff; color: #fff;}

.proview .proCon .tit{ background: #f1f2f4; margin-bottom: 25px;}

.proview .proCon .tit h2{ width: 210px; line-height: 50px; font-size: 20px; color: #fff; font-weight: normal; text-align: center; background: #00aeff; display: inline-block;}

.proview .proCon .text{ line-height: 2;}

.proview .proCon .text h2{ font-size: 24px; color: #00aeff; font-weight: normal; margin-bottom: 5px;}

.products .propage{ display: flex; margin-top: 25px; background: #fff;}

.products .propage li{ width: 50%; line-height: 60px; text-align: center;}

.products .propage li a{ color: #000;}

.products .propage li a:hover{ color: #00aeff;}



.ihonor{padding: 70px 0;}

.ihonor .box{ padding-bottom: 10px;}

.ihonor .box ul{ margin: 0 -20px;}

.ihonor .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 35px;}

.ihonor .box ul li dl{ background: #fff; padding-bottom: 100%; border: #eee solid 2px;}

.ihonor .box ul li dl img{ padding: 10px;}

.ihonor .box ul li h3{ font-size: 16px; color: #666; text-align: center; font-weight: normal; margin-top: 10px;}



.honor{ padding: 70px 0;}

.honor .box{ padding-bottom: 10px;}

.honor .box ul{ margin: 0 -20px;}

.honor .box ul li{ width: 20%; padding: 0 20px; margin-bottom: 35px;}

.honor .box ul li dl{ padding-bottom: 100%; border: #eee solid 2px;}

.honor .box ul li dl img{ padding: 10px;}

.honor .box ul li h3{ font-size: 16px; color: #666; text-align: center; font-weight: normal; margin-top: 10px;}



.youshi{ padding-top: 80px; background: #f6f6f6;}

.youshi .tit{ text-align: center;}

.youshi .tit h2{ font-size: 34px; color: #000; line-height: 1; margin-bottom: 10px;}

.youshi .tit h2 span{ color: #00aeff;}

.youshi .tit p{ font-size: 18px;}

.youshi .item{ padding: 70px 0;}

.youshi .item:nth-child(2){ background: #00aeff; color: #fff;}

.youshi .item .wrap{ display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse;}

.youshi .item:nth-child(2) .wrap{ flex-direction: row;}

.youshi .item .con .titsub{display: flex; margin-bottom: 50px;}

.youshi .item .con .titsub i{ width: 44px; line-height: 42px; font-size: 24px; color: #fff; text-align: center; font-style: normal; position: relative; margin-right: 25px;}

.youshi .item .con .titsub i b{ position: relative; z-index: 111;}

.youshi .item .con .titsub i::before{ content: ""; width: 45px; height: 45px; background: #00aeff; transform: rotate(45deg); position: absolute; left: 0;}

.youshi .item .con .titsub h3{ font-size: 22px; color: #000;}

.youshi .item .con .titsub dt{ font-size: 15px;}

.youshi .item .con .list ul li{ margin: 15px 0; padding-left: 20px; line-height: 1; position: relative;}

.youshi .item .con .list ul li::before{content: ""; width: 0; height: 0; border-left: 8px solid #00aeff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.youshi .item:nth-child(2) .con .titsub i b{ color: #00aeff;}

.youshi .item:nth-child(2) .con .titsub i::before{ background: #fff;}

.youshi .item:nth-child(2) .con .titsub h3{ color: #fff;}

.youshi .item:nth-child(2) .con .list ul li::before{border-left: 8px solid #fff;}



.inews{ padding: 60px 0;}

.inews .box ul{ margin: 0 -20px;}

.inews .box ul li{ width: 50%; padding: 0 20px; margin-bottom: 15px; float: left;}

.inews .box ul li a{ background: #f6f6f6;; display: block; padding:16px; transition: all .4s;}

.inews .box ul li ol{ padding: 0 10px 0 100px; overflow: hidden; position: relative;}

.inews .box ul li ol h3{ color: #000; font-size: 18px; font-weight: 500;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 8px; transition: all .4s;}

.inews .box ul li ol dt{ color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}

.inews .box ul li ol dl{ width: 80px; height: 90px; text-align: center; font-size: 14px; color: #fff; background: #00aeff;  padding-top: 10px; position: absolute; left: 0; top: 0px; transition: all .4s;}

.inews .box ul li ol dl b{ font-size: 40px; color: #fff; line-height: 1; display: block;transition: all .4s;}

.inews .box ul li a:hover{background: #00aeff;}

.inews .box ul li a:hover ol h3{ color: #fff;}

.inews .box ul li a:hover ol dt{ color: #fff;}

.inews .box ul li a:hover ol dl{ background: #fff; color: #00aeff;}

.inews .box ul li a:hover ol dl b{ color: #00aeff;}

.inews .more{ width: 140px; height: 50px; line-height: 46px; background: #6a6a6a; color: #fff; text-align: center; border-radius: 7px; display: block; margin: 35px auto 0;}

.inews .more:hover{ background: #00aeff;}



.about{ padding: 60px 0;}

.about .text{ line-height: 1.8;}



.news{ padding: 50px 0 70px;}

.news .box { padding-bottom: 30px;}

.news .box ul{ margin: 0 -20px;}

.news .box ul li{ width: 50%; padding: 0 20px; margin-bottom: 20px; float: left;}

.news .box ul li a{ background: #f5f5f5; display: block; padding:16px; transition: all .4s;}

.news .box ul li ol{ padding: 0 10px 0 100px; overflow: hidden; position: relative;}

.news .box ul li ol h3{ color: #000; font-size: 18px; font-weight: 400;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 8px; transition: all .4s;}

.news .box ul li ol dt{ color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}

.news .box ul li ol dl{ width: 80px; height: 90px; text-align: center; font-size: 14px; color: #666; background: #FFF;  padding-top: 10px; position: absolute; left: 0; top: 0px; transition: all .4s;}

.news .box ul li ol dl b{ font-size: 40px; color: #000; line-height: 1; display: block;transition: all .4s;}

.news .box ul li a:hover{background: #00aeff;}

.news .box ul li a:hover ol h3{ color: #fff;}

.news .box ul li a:hover ol dt{ color: #fff;}

.news .box ul li a:hover ol dl{ background: #fff; color: #00aeff;}

.news .box ul li a:hover ol dl b{ color: #00aeff;}



.newsView{background: #e8eaee;  padding: 50px 0 60px;}

.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}

.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}

.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #00aeff; position: absolute; left: 70px; bottom: -2px;}

.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}

.newsView .box .newsHead span{ color: #999; margin-right: 30px;}

.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}

.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}

.newsView .box .viewPage .boxCon{ padding-right: 200px;}

.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }

.newsView .box .viewPage .boxCon b{ color: #00aeff;}

.newsView .box .viewPage .boxCon a:hover{color: #00aeff;}

.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #00aeff; position:absolute; right: 70px; top: 35px;}

.newsView .box .viewPage .back a{color: #fff; display: block;}



.contact{ padding: 60px 0 80px;}

.contact .box{ width: 45%; background: #f6f6f6; padding:50px 30px;}

.contact .box dl{ font-size: 26px; color: #000; font-weight: 500; line-height: 1; margin-bottom: 50px;}

.contact .box ul li{ color: #000; font-size: 16px; margin-top: 25px;}

.contact .box ul li span{ color: #666; padding: 0 20px;}

#map{ width: 53%;}



.footer{ background: #484848;}

.footer .fmain{ padding: 50px 0 40px;}

.footer .item .tit{ margin-bottom: 40px; position: relative;}

.footer .item .tit::after{ content: ""; width: 30px; height: 1px; background: #bfbfbf; position: absolute; left:0; bottom: -15px;}

.footer .item .tit h3{ font-size: 20px; line-height: 1; color: #fff; font-weight: 500;}

.footer .item .tit h3 span{ color: #c9c9c9; font-size: 18px; margin-left: 8px;}

.footer .fcontact dl{ font-size: 18px; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 10px;}

.footer .fcontact dt{ color: #c9c9c9; margin-bottom: 30px;}

.footer .fcontact ul{ overflow: hidden;}

.footer .fcontact ul li{ height: 24px; color: #c9c9c9; font-size: 15px; margin-bottom: 10px; margin-right: 15px; float: left;}

.footer .fcontact ul li img{ max-width: 17px; max-height:16px;}

.footer .fnav { width: 330px;}

.footer .fnav ul li{ width: 50%; margin-bottom: 12px; padding-right: 50px; float: left;}

.footer .fnav ul li a{color: #fff; line-height: 30px; padding-left: 18px; padding-bottom: 5px; background:url(../images/icon15.png) no-repeat left center; border-bottom: #bfbfbf solid 1px; display: block;}

.footer .fnav ul li a:hover{ color: #3654be;}

.footer .ewm ol{ float: left; width: 120px; margin-right: 20px;}

.footer .ewm li{ float: left;  text-align: center; color: #fff; font-size: 16px; line-height: 2.2; white-space: nowrap; padding-top:30px;}

.footer .copyright{ background: #323232; color: #999; text-align: center; line-height: 50px;}

.footer .copyright a{color: #999; margin-left: 10px;}

.footer .copyright a:hover{color: #a7a7a7;}



/*===/分页=============================*/

.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}

.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}

.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}

.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}

.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}



/*搜索框*/

.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}

.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}

.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}

.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}

.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}



/* 弹出框 */

.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}

.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}

.tccBox .BoxCon{width: 1200px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}

.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -13px; right: -13px; cursor: pointer;}

.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #fff; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}

.tccBox .BoxCon ul video{ background: #000; width: 100%;  }



@media (max-width: 1680px) {}



@media (max-width: 1550px) {}



@media (max-width: 1440px) {}



@media (max-width: 1366px) {}



@media (max-width: 1220px) {

    .wrap{ width: 100%; padding: 0 20px;}

}



@media (max-width: 1030px) {

    body{ font-size: 15px;}



    .header .logo{ padding: 18px 0;}

    .header .nav>ul>li{ margin-left: 25px;}



    .products .leftNav>ul>li>a{ line-height: 52px;}



    .inews .box ul li ol dl b{ font-size: 34px;}

    .inews .box ul li ol h3{ font-size: 16px;}

    .inews .more { width: 110px; height: 40px; line-height: 40px; font-size: 14px;}



    .news .box ul li ol dl b{ font-size: 34px;}

    .news .box ul li ol h3{ font-size: 16px;}



    .proview .prohead .pic{ width: 300px;}

    .proview .prohead .con{width: calc(100% - 330px);}

    .proview .proCon .tit h2 { width: 160px; line-height: 40px; font-size: 17px;}



    .footer .item .tit h3 span{ font-size: 15px;}

    .footer .fcontact ul{ width: 380px;}

    .footer .fcontact ul li{ font-size: 13px;}

    .footer .ewm ol{ width: 120px;}

    .footer .ewm li{ font-size: 13px;}



    .tccBox .BoxCon{ width: 880px;}

}



@media screen and (max-width:750px){

    body{ padding-top: 60px; font-size: 14px;}

    .wrap{ width: 100%; padding: 0 15px;}

    .w1200{ width: 100%; padding: 0;}

    .w900{ width: 100%;}



    .header{ width: 100%; height:60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999999; }

    .header .logo{ height: 60px; padding: 10px 0; margin-right: 20px;}

    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  border-top: #eee solid 1px;  background: #fff; display: none;}

    .header .nav{float: none;}

    .header .nav>ul{ display: block; background: #fff; position: relative; z-index: 111;}

    .header .nav>ul>li{ margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; float: none;}

    .header .nav>ul>li:before {height: 2px;}

    .header .nav>ul>li>a{ padding-left: 15px;}

    .header .lang{margin-left: 15px; margin-top: 17px; float: none;}

    .header .lang a{ line-height: 25px;}

    .header .lang::before{ display: none;}



    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}

    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}

    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}

    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}

    .header .menu-toggle.cur span{background-color:transparent;}

    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}

    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}



    /*首页bannner*/

    .banner { position: relative;}

    .banner .swiper-container{ width:100%; overflow:hidden;}

    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}

    .banner .swiper-container .swiper-slide a{ display: block; width:100%;}

    .banner .swiper-container .swiper-slide img{width:100%;}

    .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}

    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}

    .banner .swiper-active-switch { background: #00aeff; opacity: 1;}



    .neiBanner{ height: 120px;}



    .title{ background-size: 60px auto; padding-bottom: 10px; margin-bottom: 25px;}

    .title h2{ font-size: 24px;}

    .title p{ font-size: 12px;}

    .ipro{ padding: 40px 0;}
    .ipro .box ul{ margin:-5px 0;}
    .ipro .box ul li{ width: 50%; padding: 0 5px; margin-top: 10px;}
    .ipro .box ul li a{ padding:5px;}
    .ipro .box ul li h3{ height: 40px; line-height: 20px; font-size: 14px; overflow: hidden;}

    .products{ padding: 40px 0;}

    .products.nei { padding: 30px 0 45px; }

    .products .leftNav{ display: none; width: 100%; margin-bottom: 15px; padding: 10px 15px;}

    .products.nei .box{ display: block;}

    .products.nei .leftNav{ display: block;}

    .products .leftNav dl{ text-align: left; margin-bottom: 0; background: url(../images/xiala.png) no-repeat right 5px center; background-size: 20px auto; }

    .products .leftNav dl h3{ font-size: 18px;}

    .products .leftNav dl p{ display: none;}

    .products .leftNav>ul{ display: none; margin-top: 10px;}

    .products .leftNav>ul>li>a{ line-height: 40px;}

    .products .rightBox{ width: 100%;}

    .products.nei .rightBox .box { padding-bottom: 10px; }

    .products .rightBox .box ul { margin: 0 -5px;}

    .products .rightBox .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; margin-top: 0;}

    .products .rightBox .box ul li h3{ height: 40px; line-height: 20px; font-size: 14px; overflow: hidden;}



    .ihonor{padding: 40px 0;}

    .ihonor .box{ padding-bottom: 10px;}

    .ihonor .box ul{ margin: 0 -5px;}

    .ihonor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}

    .ihonor .box ul li dl{ border: #eee solid 1px;}

    .ihonor .box ul li dl img{ padding: 10px;}

    .ihonor .box ul li h3{ font-size: 15px; margin-top: 10px;}



    .honor{ padding:40px 0;}

    .honor .box{ padding-bottom: 10px;}

    .honor .box ul{ margin: 0 -5px;}

    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px;}

    .honor .box ul li dl{ border: #eee solid 1px;}

    .honor .box ul li dl img{ padding: 10px;}

    .honor .box ul li h3{ font-size: 15px;  margin-top: 10px;}



    .proview{ padding: 15px;}

    .proview .prohead{ display: block;}

    .proview .prohead .pic{ width: 100%; margin-bottom: 20px;}

    .proview .prohead .con{ width: 100%;}

    .proview .prohead .con h1{ font-size: 20px; padding-bottom: 15px;}

    .proview .proCon .tit h2 { width: 110px;line-height: 40px; font-size: 15px; }

    .proview .proCon .text h2{ font-size: 18px; margin-top: 15px;}

    .proview .proCon .text{ line-height: 1.8;}

    .products .propage{ display: block; padding: 10px 15px; margin-top: 10px;}

    .products .propage li{ width: 100%; line-height: 35px; text-align: left;}



    .honor { padding: 30px 0 40px; }

    .honor .box ul{ margin: 0 -5px;}

    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}

    .honor .box ul li h3{ font-size: 14px;}



    .youshi{ padding-top: 40px;}

    .youshi .tit h2{ font-size: 22px;}

    .youshi .tit p{ font-size: 12px;}

    .youshi .item{ padding: 40px 0;}

    .youshi .item .wrap{ display: block;}

    .youshi .item .pic{ height: 160px; margin-bottom: 30px; text-align: center;}

    .youshi .item .con .titsub{ margin-bottom: 40px;}

    .youshi .item .con .titsub h3{ font-size: 17px;}

    .youshi .item .con .titsub dt{ font-size: 12px;}



    .inews{padding: 35px 0 45px;}

    .inews .box ul { margin: 0;}

    .inews .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}

    .inews .box ul li a{ padding: 10px;}

    .inews .box ul li ol h3{ font-size: 15px; margin-bottom: 2px;}

    .inews .box ul li ol dt{ font-size: 14px; line-height: 1.3;}

    .inews .box ul li ol dl b{ font-size: 25px;}

    .inews .more{width: 100px; height: 36px; line-height: 34px; margin: 15px auto 0;}



    .about{ padding: 40px 0;}



    .news{padding: 35px 0 45px;}

    .news .box{ padding-bottom: 10px;}

    .news .box ul { margin: 0;}

    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 10px;}

    .news .box ul li a{ padding: 10px;}

    .news .box ul li ol h3{ font-size: 15px; margin-bottom: 2px;}

    .news .box ul li ol dt{ font-size: 14px; line-height: 1.3;}

    .news .box ul li ol dl b{ font-size: 25px;}



    .newsView{  padding: 20px 0 30px;}

    .newsView .box{ box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}

    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}

    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}

    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}

    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}

    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}

    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}

    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}

    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}

    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}

    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}

    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}

    .newsView .box .viewPage .back a{color: #fff; display: block;}



    .contact{ padding: 40px 0;}

    .contact .wrap{ display: block;}

    .contact .box{ width: 100%; padding: 30px;}

    .contact .box dl{ font-size: 22px; margin-bottom: 30px;}

    .contact .box ul li{font-size: 15px; margin-top: 20px;}

    .contact .box ul li img{ height: 15px;}

    .contact .box ul li span{ padding: 0 10px;}

    #map{ width: 100%; height: 350px;}



    .footer .fmain{ padding: 30px 0 20px;}

    .footer .fmain .wrap{ display: block;}

    .footer .fmain .item:nth-child(2){ display: none;}

    .footer .fmain .item:nth-child(3){ display: none;}

    .footer .item .tit h3{ font-size: 18px;}

    .footer .fcontact ul{ width: 100%;}

    .footer .fcontact ul li{ font-size: 12px; height: 18px; margin-bottom: 10px;}

    .footer .fcontact dl{ font-size: 16px;}

    .footer .fcontact dt{ margin-bottom: 18px;}



    .footer .copyright{ font-size: 12px; padding: 15px; line-height: 1.2;}



    /*===/分页=============================*/

    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}

    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }

    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}

    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}

    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}



    .tccBox .BoxCon{ width: 90%;}

    .search-dialog{ width: 95%;}

}